get dependabot.yaml in correct location (#953)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Fri, 2 Dec 2022 18:41:28 +0000 (11:41 -0700)
committerGitHub <noreply@github.com>
Fri, 2 Dec 2022 18:41:28 +0000 (11:41 -0700)
.github/dependabot.yaml [new file with mode: 0644]
dependabot.yaml [deleted file]

diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
new file mode 100644 (file)
index 0000000..5ace460
--- /dev/null
@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"
diff --git a/dependabot.yaml b/dependabot.yaml
deleted file mode 100644 (file)
index 5ace460..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-version: 2
-updates:
-  - package-ecosystem: "github-actions"
-    directory: "/"
-    schedule:
-      interval: "weekly"